Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

TransformPoints(LeadPointD[]) Method








The points to transform.
Transforms the specified point array by the LeadMatrix and returns the result.
Syntax
public void TransformPoints( 
   LeadPointD[] points
)
public void TransformPoints( 
   LeadPointD[] points
)
void LeadMatrixTransformPoints(const LeadMatrix *matrix, LeadPointD* points, NSUInteger count)
public void transformPoints(LeadPointD[] points)
 function Leadtools.LeadMatrix.TransformPoints(LeadPointD[])( 
   points 
)
public:
void TransformPoints( 
   array<LeadPointD>^ points
) 
'Declaration
 
Public Overloads Sub TransformPoints( _
   ByVal points() As LeadPointD _
) 
 
'Usage
 
Dim instance As LeadMatrix
Dim points() As LeadPointD
 
instance.TransformPoints(points)

Parameters

points
The points to transform.
Remarks

This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.

Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members
Overload List

Error processing SSI file